perm filename LISP.LOR[S79,JMC] blob
sn#453700 filedate 1979-06-22 generic text, type C, neo UTF8
COMMENT ⊗ VALID 00002 PAGES
C REC PAGE DESCRIPTION
C00001 00001
C00002 00002 ∂21-Jun-79 1430 RPG Dumper
C00003 ENDMK
C⊗;
∂21-Jun-79 1430 RPG Dumper
The variable dumper is now available and debugged (I hope).
I have modified your LISP.INI[S79,JMC] to load it in automatically.
There are several ways to use it, the main one being to say:
(REFILEV (<var1>...<varn>)(foo bar))
to get the variables into foo.bar. You can be even fancier
and say (LOAD-FILE FOO BAR) and then just (DUMP) or even αβE. will
dump out the variables in FOO.BAR (actually it tries to dump out
everything it saw of interest in FOO.BAR),
(REFILEV <var> (foo bar))
should work too.
-rpg-